home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / WPlay160 / WPlay / WPlay.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1998-07-28  |  8KB  |  338 lines

  1. object Form3: TForm3
  2.   Left = 300
  3.   Top = 145
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsNone
  6.   Caption = 'MP3 Playlist'
  7.   ClientHeight = 335
  8.   ClientWidth = 382
  9.   Color = clNavy
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object tmpplselected: TImage
  22.     Left = 256
  23.     Top = 368
  24.     Width = 97
  25.     Height = 33
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object plselected: TImage
  29.     Left = 56
  30.     Top = 368
  31.     Width = 25
  32.     Height = 17
  33.   end
  34.   object allpic: TImage
  35.     Left = 416
  36.     Top = 184
  37.     Width = 41
  38.     Height = 17
  39.     Picture.Data = {<image001.bmp>}
  40.   end
  41.   object DropPanel1: TDropPanel
  42.     Left = 2
  43.     Top = 2
  44.     Width = 378
  45.     Height = 337
  46.     BevelOuter = bvNone
  47.     Caption = 'DropPanel1'
  48.     Color = clNavy
  49.     TabOrder = 0
  50.     OnFileDrop = DropPanel1FileDrop
  51.     object plmain: TImage
  52.       Left = 0
  53.       Top = 0
  54.       Width = 378
  55.       Height = 90
  56.       AutoSize = True
  57.       PopupMenu = Popup
  58.       Stretch = True
  59.       OnMouseDown = plmainMouseDown
  60.       OnMouseMove = plmainMouseMove
  61.       OnMouseUp = plmainMouseUp
  62.     end
  63.     object Image1: TImage
  64.       Left = 0
  65.       Top = 313
  66.       Width = 378
  67.       Height = 20
  68.       Picture.Data = {<image002.bmp>}
  69.       OnMouseMove = Image1MouseMove
  70.     end
  71.     object saveimg: TImage
  72.       Left = 11
  73.       Top = 54
  74.       Width = 40
  75.       Height = 24
  76.       OnClick = saveimgClick
  77.       OnMouseMove = saveimgMouseMove
  78.     end
  79.     object addimg: TImage
  80.       Left = 61
  81.       Top = 54
  82.       Width = 40
  83.       Height = 24
  84.       OnClick = addimgClick
  85.       OnMouseMove = addimgMouseMove
  86.     end
  87.     object delimg: TImage
  88.       Left = 111
  89.       Top = 54
  90.       Width = 40
  91.       Height = 24
  92.       OnClick = delimgClick
  93.       OnMouseMove = delimgMouseMove
  94.     end
  95.     object playimg: TImage
  96.       Left = 161
  97.       Top = 54
  98.       Width = 40
  99.       Height = 24
  100.       OnClick = playimgClick
  101.       OnMouseMove = playimgMouseMove
  102.     end
  103.     object upimg: TImage
  104.       Left = 211
  105.       Top = 54
  106.       Width = 40
  107.       Height = 24
  108.       OnClick = upimgClick
  109.       OnMouseMove = upimgMouseMove
  110.     end
  111.     object downimg: TImage
  112.       Left = 261
  113.       Top = 54
  114.       Width = 40
  115.       Height = 24
  116.       OnClick = downimgClick
  117.       OnMouseMove = downimgMouseMove
  118.     end
  119.     object ximg: TImage
  120.       Left = 344
  121.       Top = 54
  122.       Width = 22
  123.       Height = 24
  124.       OnClick = ximgClick
  125.       OnMouseMove = ximgMouseMove
  126.     end
  127.     object playlisttext: TLabel
  128.       Left = 196
  129.       Top = 315
  130.       Width = 177
  131.       Height = 15
  132.       Alignment = taRightJustify
  133.       AutoSize = False
  134.       Caption = 'No Songs'
  135.       Color = clMaroon
  136.       Font.Color = 16761024
  137.       Font.Height = -11
  138.       Font.Name = 'Arial'
  139.       Font.Style = []
  140.       ParentColor = False
  141.       ParentFont = False
  142.       Transparent = True
  143.     end
  144.     object editpic: TImage
  145.       Left = 4
  146.       Top = 316
  147.       Width = 25
  148.       Height = 14
  149.       OnClick = editpicClick
  150.       OnMouseMove = editpicMouseMove
  151.     end
  152.     object effectpic: TImage
  153.       Left = 32
  154.       Top = 316
  155.       Width = 41
  156.       Height = 14
  157.       OnClick = effectpicClick
  158.       OnMouseMove = effectpicMouseMove
  159.     end
  160.     object trackpic: TImage
  161.       Left = 84
  162.       Top = 316
  163.       Width = 47
  164.       Height = 14
  165.       Hint = 'Rename a CD-Track'
  166.       ParentShowHint = False
  167.       ShowHint = True
  168.       OnClick = trackpicClick
  169.       OnMouseMove = trackpicMouseMove
  170.     end
  171.     object playlist: TListBox
  172.       Left = 0
  173.       Top = 90
  174.       Width = 378
  175.       Height = 224
  176.       BorderStyle = bsNone
  177.       Color = clBlack
  178.       DragMode = dmAutomatic
  179.       Font.Color = clWhite
  180.       Font.Height = -11
  181.       Font.Name = 'Arial'
  182.       Font.Style = []
  183.       ItemHeight = 14
  184.       MultiSelect = True
  185.       ParentFont = False
  186.       Style = lbOwnerDrawVariable
  187.       TabOrder = 1
  188.       OnDblClick = playlistDblClick
  189.       OnKeyPress = playlistKeyPress
  190.       OnMouseMove = playlistMouseMove
  191.     end
  192.     object cdbox: TListBox
  193.       Left = 0
  194.       Top = 90
  195.       Width = 378
  196.       Height = 224
  197.       BorderStyle = bsNone
  198.       Color = clBlack
  199.       ExtendedSelect = False
  200.       Font.Color = clWhite
  201.       Font.Height = -11
  202.       Font.Name = 'Arial'
  203.       Font.Style = []
  204.       ItemHeight = 14
  205.       ParentFont = False
  206.       Style = lbOwnerDrawVariable
  207.       TabOrder = 0
  208.       Visible = False
  209.       OnDblClick = cdboxDblClick
  210.       OnKeyPress = cdboxKeyPress
  211.       OnMouseMove = cdboxMouseMove
  212.     end
  213.   end
  214.   object Openpldialog: TOpenDialog
  215.     FileEditStyle = fsEdit
  216.     Filter = 'MPx and Playlist Files|*.mp1;*.mp2;*.mp3;*.m3u;*.dmp;*.pls'
  217.     Options = [ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  218.     Title = 'Open MPx or Playlist'
  219.     Left = 272
  220.     Top = 8
  221.   end
  222.   object SaveDialog: TSaveDialog
  223.     DefaultExt = '*.m3u'
  224.     FileEditStyle = fsEdit
  225.     Filter = 'Playlists (m3u)|*.m3u;*.pls'
  226.     Options = [ofOverwritePrompt]
  227.     Title = 'Save Playlist'
  228.     Left = 312
  229.     Top = 8
  230.   end
  231.   object PopupMenu: TPopupMenu
  232.     AutoPopup = False
  233.     Left = 40
  234.     Top = 8
  235.     object fd1: TMenuItem
  236.       Caption = 'File(s)...'
  237.       ShortCut = 0
  238.       OnClick = fd1Click
  239.     end
  240.     object Dirs: TMenuItem
  241.       Caption = 'Directories...'
  242.       ShortCut = 0
  243.       OnClick = DirsClick
  244.     end
  245.     object URL1: TMenuItem
  246.       Caption = 'URL...'
  247.       ShortCut = 0
  248.       OnClick = URL1Click
  249.     end
  250.   end
  251.   object BrowseDialog: TBrowseDialog
  252.     Caption = 'Select MP3 Folder to Add'
  253.     Options = []
  254.     Left = 72
  255.     Top = 8
  256.   end
  257.   object Popup: TPopupMenu
  258.     AutoPopup = False
  259.     Left = 168
  260.     Top = 8
  261.     object ClearPlaylist1: TMenuItem
  262.       Caption = 'All Songs'
  263.       ShortCut = 0
  264.       OnClick = ClearPlaylist1Click
  265.     end
  266.     object Randomize1: TMenuItem
  267.       Caption = 'Selected Songs'
  268.       ShortCut = 0
  269.       OnClick = Randomize1Click
  270.     end
  271.     object AllbutSelected1: TMenuItem
  272.       Caption = 'All but Selected'
  273.       ShortCut = 0
  274.       OnClick = AllbutSelected1Click
  275.     end
  276.   end
  277.   object filepopup: TPopupMenu
  278.     Left = 122
  279.     Top = 10
  280.     object LoadPlaylist1: TMenuItem
  281.       Caption = 'Load Playlist...'
  282.       ShortCut = 0
  283.       OnClick = LoadPlaylist1Click
  284.     end
  285.     object SavePlaylist1: TMenuItem
  286.       Caption = 'Save Playlist...'
  287.       ShortCut = 0
  288.       OnClick = SavePlaylist1Click
  289.     end
  290.   end
  291.   object Openplaylist: TOpenDialog
  292.     FileEditStyle = fsEdit
  293.     Filter = 'Playlist Files|*.m3u;*.pls;*.dmp'
  294.     Options = [ofFileMustExist]
  295.     Title = 'Load Playlist File'
  296.     Left = 226
  297.     Top = 10
  298.   end
  299.   object EditPopup: TPopupMenu
  300.     Left = 170
  301.     Top = 306
  302.     object SelectAll1: TMenuItem
  303.       Caption = 'Select All'
  304.       ShortCut = 0
  305.       OnClick = SelectAll1Click
  306.     end
  307.     object SelectNone1: TMenuItem
  308.       Caption = 'Select None'
  309.       ShortCut = 0
  310.       OnClick = SelectNone1Click
  311.     end
  312.     object InvertSelection1: TMenuItem
  313.       Caption = 'Invert Selection'
  314.       ShortCut = 0
  315.       OnClick = InvertSelection1Click
  316.     end
  317.   end
  318.   object effectPopup: TPopupMenu
  319.     Left = 202
  320.     Top = 306
  321.     object Randomize2: TMenuItem
  322.       Caption = 'Randomize'
  323.       ShortCut = 0
  324.       OnClick = Randomize2Click
  325.     end
  326.     object Reverse1: TMenuItem
  327.       Caption = 'Reverse'
  328.       ShortCut = 0
  329.       OnClick = Reverse1Click
  330.     end
  331.     object ID3Tag1: TMenuItem
  332.       Caption = 'ID3 Tag'
  333.       ShortCut = 0
  334.       OnClick = ID3Tag1Click
  335.     end
  336.   end
  337. end
  338.